home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / 4D Externals / MountPack 1.0r / 4D Mount Pack.ext / 4D Mount Pack.ext.rsrc / 4Dte_15002 < prev    next >
Text File  |  1993-08-10  |  1KB  |  29 lines

  1. MP ASLogin
  2.  
  3. ShareWare.
  4.  
  5. Mounts a shared volume from a server you specify, with user interaction to ask the user for his/her name and password (and if necessary the volume password).
  6.  
  7. Usage:
  8. err := MP ASLogin(volume name; zone name; server name)
  9.  
  10. where:
  11. err
  12. is a long integer returning the error which occured. A value of zero indicates no error occured. See below for a list of possible errors.
  13.  
  14. volume name
  15. is a string (length 255) which contains the volume name you want to mount. Actually this may be a full path to a file or folder. As long as it starts with a volume name it will be succesfully mounted. If the file or folder does not exist an error will be returned, but the volume is already mounted.
  16.  
  17. zone name
  18. is a string (length 32) which contains the name of the zone the server is located in. As with other commands, use the asteriks (*) for a single network zone or the zone the current machine is located in.
  19.  
  20. server name
  21. is a string (length 32) which contains the name of the server you want to login to. It must be located in the zone you specify with the zone name parameter.
  22.  
  23.  
  24. See documentation for more information.
  25.  
  26. Written using THINK Pascal by:
  27. ©1993 René G.A. Ros
  28. Distribution only allowed together with documentation file.
  29. INTERNET: rgaros@bio.vu.nl